![]() |
Programming - Object Oriented Code - OOP Basics (Begins)
OPENING QUESTIONS: Create a new program in app lab Add a text box named fname with an appropriately named label that indicates that the data the user should enter in the text box should represent the user's first name. Add two radio buttons named visible and invisible When the visible radio button is selected the first name text box is displayed (default) When the invisible radio button is selected the first name text box is hidden ═══════════════════════════ COURSE DOCUMENT: Ver 1.64 is HERE WORK O' THE DAY: Now add a last name text box and associated label (named appropriately Ver 1.64 is HERE of course!) Adjust your radio button code so both the first name text box, the first name label, the last name text box and the last name label all disappear when invisible is selected and both are visible when the visible option is selected.
|